home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Modules / protos / timingmodule_protos.h < prev   
Text File  |  1998-01-26  |  339b  |  8 lines

  1.  
  2. /* timingmodule.c */
  3. static PyObject *start_timing ( PyObject *self , PyObject *args );
  4. static PyObject *finish_timing ( PyObject *self , PyObject *args );
  5. static PyObject *seconds ( PyObject *self , PyObject *args );
  6. static PyObject *milli ( PyObject *self , PyObject *args );
  7. static PyObject *micro ( PyObject *self , PyObject *args );
  8.